home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 5 / The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO / amiga / tempdemo.lha / S / LOCALSHELL < prev    next >
Text File  |  1994-05-22  |  626b  |  19 lines

  1.  
  2.    ;     S:AUXDROP         The Technician       1-17-92
  3.  
  4. alias ENDCLI   ExitDOS >NIL:
  5. alias del      echo >NIL:     ;  Dis-allow delete command
  6. alias DELETE   echo >NIL:     ;  Highly recommended !!!!!
  7. alias FORMAT   echo >NIL:     ;  Same with format!!
  8. alias EXIT     ExitDOS >NIL:
  9. alias QUIT     ExitDOS >NIL:
  10. alias END      ExitDOS >NIL:  ;  All these are redirected so as not to
  11. alias ENDSHELL ExitDOS >NIL:  ;  show some output from the SPECIAL 
  12. alias BYE      ExitDOS >NIL:  ;  endcli command called "ExitDOS"...
  13.  
  14. STACK 60000
  15. cd RAM:
  16.  
  17. RUNBACK C:VIEWSER     ;  Optional -- Shows SER: port activity/typing
  18. Prompt " %S} "
  19.